Fits better with "Tree View".
-/* Text Widget/Hypertext
+/* Text View/Hypertext
*
* Usually, tags modify the appearance of text in the view, e.g. making it
* bold or colored or underlined. But tags are not restricted to appearance.
-/* Text Widget/Markup
+/* Text View/Markup
*
* GtkTextBuffer lets you define your own tags that can influence
* text formatting in a variety of ways. In this example, we show
-/* Text Widget/Automatic Scrolling
+/* Text View/Automatic Scrolling
*
* This example demonstrates how to use the gravity of
* GtkTextMarks to keep a text view scrolled to the bottom
-/* Text Widget/Multiple Views
+/* Text View/Multiple Views
*
* The GtkTextView widget displays a GtkTextBuffer. One GtkTextBuffer
* can be displayed by multiple GtkTextViews. This demo has two views